CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传 背包

搜索资源列表

  1. 背包问题的遗传算法解法vb

    0下载:
  2. 这是一用VB解决背包问题的遗传算法元程序,程序框架清楚,应用性强-This a backpack with VB solve problems of genetic algorithm yuan procedure is a clear framework and application-
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:25214
    • 提供者:刘三
  1. 背包问题的遗传算法解法

    0下载:
  2. 背包问题算法解决-Knapsack Problem Solving
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:25517
    • 提供者:邱文彬
  1. 用混和遗传算法求解背包问题

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。
  3. 所属分类:图形/文字识别

    • 发布日期:2010-04-06
    • 文件大小:87552
    • 提供者:shishiteng
  1. 贪心遗传算法求解背包问题

    0下载:
  2. 把贪心算法和遗传算法相结合,从而得出对NP难题的背包问题进行优化求解。
  3. 所属分类:源码下载

  1. 遗传算法求解背包问题.doc

    0下载:
  2. 遗传算法求解背包问题遗传算法求解背包问题.doc.doc
  3. 所属分类:源码下载

    • 发布日期:2011-11-29
    • 文件大小:140800
    • 提供者:shanxs123
  1. knapsack.rar

    0下载:
  2. 用GAlib库实现的解决0/1背包问题的遗传算法程序源代码。, Solution 0/1 knapsack question heredity algorithm procedure source code realizes which with the GAlib storehouse.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-11-08
    • 文件大小:3361
    • 提供者:应伟勤
  1. xujinpeng-matlab.rar

    0下载:
  2. 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。,Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:505301
    • 提供者:徐进澎
  1. GQA.rar

    2下载:
  2. 遗传量子算法求解背包问题Matlab源码,Quantum Genetic Algorithm for Knapsack Problem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:11655
    • 提供者:林剑祥
  1. Knapsack

    1下载:
  2. 用遗传算法解决01背包问题,内附测试数据。-Using genetic algorithms to solve knapsack problem 01, enclosing the test data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:266519
    • 提供者:蓝点
  1. EX04

    0下载:
  2. 遗传算法,用此算法可以得到很多计算背包问题的方法,可以和其他的算法进行比较。-Genetic algorithm, using this algorithm for calculating the backpack can be a lot of problems, and other algorithms can be compared.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:14732
    • 提供者:zengjq
  1. gafor01

    0下载:
  2. 遗传算法求解典型的组合优化问题,复杂背包问题的设计-Genetic Algorithm for typical combinatorial optimization problem, the complexity of the design of knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:10669
    • 提供者:pengyang
  1. KnapsacksProblem1

    0下载:
  2. 利用遗传算法解决背包问题,对遗传算法和编程的学习有一定帮助-The use of genetic algorithms to solve knapsack problem, genetic algorithms and programming of learning to some extent help the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:367650
    • 提供者:沧海桑田
  1. knapsackAlgorithm

    2下载:
  2. 遗传算法实现背包问题的matlab代码,分享给大家-Knapsack problem genetic algorithm matlab code to share for everyone
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:957
    • 提供者:方周冰
  1. ss

    1下载:
  2. 遗传算法解决背包问题,其中包括算法编码初始化,交叉,变异和惩罚策略,很好的解决了背包问题-Genetic algorithm to solve knapsack problem, including the coding algorithm initialization, crossover, mutation and punishment strategy, a good solution to the knapsack problem
  3. 所属分类:matlab

    • 发布日期:2014-09-19
    • 文件大小:1024
    • 提供者:ss
  1. 遗传算法计算框架

    0下载:
  2. 遗传算法计算框架,包含3SAT问题、旅行商问题和背包问题的解法,并可以通过已有的框架方便的开发出其他问题的解。
  3. 所属分类:数值算法/人工智能

  1. 背包问题

    0下载:
  2. 算法效果较为良好,实现背包问题价值最大,采用遗传算法实现的比较不错的结果(The algorithm effect is good, the maximum value of the knapsack problem, genetic algorithm is used to achieve good results)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:3072
    • 提供者:莹莹11
  1. 遗传算法解决背包问题

    2下载:
  2. 遗传算法解决背包问题,matlab环境实现c流程(Solving knapsack problem by genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:sgdmc
  1. 遗传算法01背包问题

    1下载:
  2. 使用遗传算法解决01背包问题,并输出得到最大价值的遗传代数以及每一代的最大价值(Using genetic algorithm to solve 01 knapsack problem)
  3. 所属分类:Windows编程

    • 发布日期:2020-10-10
    • 文件大小:2048
    • 提供者:23258hyw
  1. matlab程序(解决0-1背包问题)

    3下载:
  2. 使用遗传算法解决0-1背包问题,调试成功,非常适合初学者了解遗传算法和0-1背包问题(Using genetic algorithm to solve 0-1 knapsack problem, debugging is successful. It is very suitable for beginners to understand genetic algorithm and 0-1 knapsack problem.)
  3. 所属分类:其他

    • 发布日期:2020-10-10
    • 文件大小:21504
    • 提供者:MR安眠
  1. NSGA2解决0-1背包问题

    2下载:
  2. 用遗传算法解决背包问题,供大家参考交流。。。(Using genetic algorithm to solve the knapsack problem, for your reference and exchange...)
  3. 所属分类:其他

    • 发布日期:2021-02-26
    • 文件大小:6144
    • 提供者:刘一凡1
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com